home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 41
/
Volume 41 - JOGO DISK .iso
/
Games
/
konka_66.swf
/
scripts
/
DefineButton2_179
/
BUTTONCONDACTION on(release, keyPress 5).as
next >
Wrap
Text File
|
2007-05-10
|
296b
|
10 lines
on(release, keyPress "5"){
_root.into.start();
_root.btn.start();
_root.nhp = _root.mhp;
_root.mcID = _root.mcID + 1;
_parent._parent.attachMovie("huifu","huifu" + _root.mcID,20000 + _root.mcID);
_parent._parent["huifu" + _root.mcID].id = _root.mcID;
_root.a66--;
}